home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC-SIG: Essential Home & Business
/
PC-SIG - Essential Home and Business Collection.iso
/
26
/
1
/
7
/
INSTALL.BAT
< prev
next >
Wrap
DOS Batch File
|
1990-06-02
|
1KB
|
56 lines
echo off
cls
echo.
echo Welcome to Real Estate Partner's Hard Disk Installation Program!
echo.
if exist %1:partner.exe goto :two
if "==%1" goto error
if "==%2" goto error
goto :error
:two
if %2==c goto :three
if %2==C goto :three
if %2==d goto :three
if %2==D goto :three
if %2==e goto :three
if %2==E goto :three
if %2==f goto :three
if %2==F goto :three
goto :error
:three
%2:
cd\
if not exist %2:\partner\*.* md %2:\partner
if not exist %2:\analyses\*.* md %2:\analyses
cd\partner
copy %1:\load.bat
echo.
%1:
if exist %2:\partner\partner.exe goto :four
copy %1:partner.exe %2:
:four
echo.
echo.
echo Please Wait While Your Real Estate Partner Continues to Get Ready!
echo.
%2:
load %1 %2
goto :end
:error
echo.
echo.
echo Please type the INSTALL command in the following format:
echo.
echo. INSTALL Drive1 Drive2
echo.
echo Drive1 is the program diskette.
echo. Drive2 is the hard disk to install the files to.
echo.
echo For example, typing "INSTALL A C" will install Your Real Estate
echo Partner from the product diskette in the A drive to the C drive
echo.
echo.
echo.
:end